*goto name

*label name
*if (started_game = true)

	*if ((mc_name = "Sherlock"))
		[b]Sherlock ${mc_lastname}[/b]
		*line_break
		*if ((bodyType = "elegant") or (bodyType = "athletic"))
			You have an ${bodyType} body, ${skinColour} skin, and ${eyeColour} eyes. Your ${hairColour} hair is ${hairstyleT}.
			*line_break
			*goto stats

		*if (bodyType = "")
			Your skin is ${skinColour}, and your eyes are ${eyeColour}. And your ${hairColour} hair is ${hairstyleT}.
			*line_break
			*goto stats

		You have a ${bodyType} body, ${skinColour} skin, and ${eyeColour} eyes. Your ${hairColour} hair is ${hairstyleT}.
		*line_break
		*line_break
		*goto stats

	*else
		[b]${mc_name} 'Sherlock' ${mc_lastname}[/b]
		*line_break
		*if ((bodyType = "elegant") or (bodyType = "athletic"))
			You have an ${bodyType} body, ${skinColour} skin, and ${eyeColour} eyes. Your ${hairColour} hair is ${hairstyleT}.
			*line_break
			*goto stats

		*if (bodyType = "")
			Your skin is ${skinColour}, and your eyes are ${eyeColour}. And your ${hairColour} hair is ${hairstyleT}.
			*line_break
			*goto stats

		You have a ${bodyType} body, ${skinColour} skin, and ${eyeColour} eyes. Your ${hairColour} hair is ${hairstyleT}.
		*line_break
		*goto stats

*else
	[b]Please create a character.[/b]
	*line_break
	*goto stats


*label stats
*line_break
[b]Status[/b]
*line_break
You are currently: In normal condition


[b]Social behaviour[/b]
*stat_chart

	opposed_pair sentimental
		Sentimental
		Serious
	opposed_pair proper   
		Proper
		Rowdy
		
		

[b]Stats[/b]
*stat_chart

	percent SpeedStrength Speed and Strength
	percent Charm
	percent Knowledge
	percent TechnologyScience Technology and Science

*line_break


[b]Skills[/b]
*stat_chart
	text combat Combat speciality
	

*stat_chart
	text instrument Favourite instrument

*stat_chart
	text cope Your Vice 
	
Your best and worst subjects
*stat_chart
	
	text goodAt Good with
	text badAt Bad with


[b]Reputation[/b]
*stat_chart
	opposed_pair  popular
		Popular
		Unsocial    
	opposed_pair  respectable
		Respectable
		Infamous
	
*line_break

*label screen
*choice
	#Relationships.
		Not implemented yet
		*fake_choice
			# Go back
				*goto name
	#Journal.
		Not implemented yet
		*fake_choice
			# Go back
				*goto name
	#Letters.
		Not implemented yet
		*fake_choice
				# Go back
					*goto name